home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / RCS / Makefile.bigcmd,v < prev    next >
Encoding:
Makefile  |  1992-06-10  |  2.8 KB  |  183 lines

  1. head     1.7;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.7
  10. date     92.06.10.13.04.46;  author jhh;  state Exp;
  11. branches ;
  12. next     1.6;
  13.  
  14. 1.6
  15. date     91.04.11.12.55.39;  author kupfer;  state Exp;
  16. branches ;
  17. next     1.5;
  18.  
  19. 1.5
  20. date     89.10.09.21.28.47;  author rab;  state Exp;
  21. branches ;
  22. next     1.4;
  23.  
  24. 1.4
  25. date     89.08.18.11.21.55;  author douglis;  state Exp;
  26. branches ;
  27. next     1.3;
  28.  
  29. 1.3
  30. date     89.08.17.11.16.28;  author douglis;  state Exp;
  31. branches ;
  32. next     1.2;
  33.  
  34. 1.2
  35. date     88.11.27.16.29.03;  author ouster;  state Exp;
  36. branches ;
  37. next     1.1;
  38.  
  39. 1.1
  40. date     88.09.01.15.34.00;  author ouster;  state Exp;
  41. branches ;
  42. next     ;
  43.  
  44.  
  45. desc
  46. @@
  47.  
  48.  
  49. 1.7
  50. log
  51. @make sure all makefiles include TYPE
  52. @
  53. text
  54. @#
  55. # Prototype Makefile for a subdirectory that forms part of a command.
  56. #
  57. # This Makefile is automatically generated.
  58. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  59. #
  60. # Generated from @@(TEMPLATE)
  61. # @@(DATE)
  62. #
  63. # For more information, refer to the mkmf manual page.
  64. #
  65. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.6 91/04/11 12:55:39 kupfer Exp $ SPRITE (Berkeley)
  66. #
  67. # Allow mkmf
  68.  
  69. ALLSRCS        = @@(ALLSRCS)
  70. MACHINES    = @@(MACHINES)
  71. MAKEFILE    = @@(MAKEFILE)
  72. NAME        = @@(NAME)
  73. SYSMAKEFILE    = bigcmd.mk
  74. TYPE        = @@(TYPE)
  75. DISTDIR        ?= @@(DISTDIR)
  76. #include    <settm.mk>
  77.  
  78.  
  79. #if exists($(TM).md/md.mk)
  80. #include    "$(TM).md/md.mk"
  81. #endif
  82.  
  83. #if exists(local.mk)
  84. #include     "local.mk"
  85. #else
  86. #include    <$(SYSMAKEFILE)>
  87. #endif
  88.  
  89. #if exists($(DEPFILE))
  90. #include    "$(DEPFILE)"
  91. #endif
  92. @
  93.  
  94.  
  95. 1.6
  96. log
  97. @Flush DEFTARGET: the default target is now determined by a pmake
  98. library file.
  99. @
  100. text
  101. @d12 1
  102. a12 1
  103. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.5 89/10/09 21:28:47 rab Exp Locker: kupfer $ SPRITE (Berkeley)
  104. d20 3
  105. a23 1
  106. DISTDIR        ?= @@(DISTDIR)
  107. a24 1
  108. SYSMAKEFILE    = bigcmd.mk
  109. @
  110.  
  111.  
  112. 1.5
  113. log
  114. @Modifications for distribution.
  115. @
  116. text
  117. @d12 1
  118. a12 1
  119. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.4 89/08/18 11:21:55 douglis Exp Locker: rab $ SPRITE (Berkeley)
  120. d20 1
  121. a20 1
  122. TM                 ?= @@(DEFTARGET)
  123. @
  124.  
  125.  
  126. 1.4
  127. log
  128. @another change for TM -- use single machine if it exists, else \ds3100
  129. @
  130. text
  131. @d12 1
  132. a12 1
  133. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.2 88/11/27 16:29:03 ouster Exp Locker: douglis $ SPRITE (Berkeley)
  134. d21 1
  135. @
  136.  
  137.  
  138. 1.3
  139. log
  140. @removed DEFTARGET -- we use $MACHINE now
  141. @
  142. text
  143. @d20 1
  144. a20 1
  145. TM                 ?= $(MACHINE)
  146. @
  147.  
  148.  
  149. 1.2
  150. log
  151. @Various changes to replace old C library entirely with new C library.
  152. @
  153. text
  154. @d12 1
  155. a12 1
  156. # $Header: Makefile.bigcmd,v 1.1 88/09/01 15:34:00 ouster Exp $ SPRITE (Berkeley)
  157. d20 1
  158. a20 1
  159. TM                 ?= @@(DEFTARGET)
  160. @
  161.  
  162.  
  163. 1.1
  164. log
  165. @Initial revision
  166. @
  167. text
  168. @d12 1
  169. a12 1
  170. # $Header: Makefile.kernel,v 1.10 88/07/20 14:33:18 douglis Exp $ SPRITE (Berkeley)
  171. d16 1
  172. a16 1
  173. MODULE        = @@(MODULE)
  174. d18 2
  175. a20 6
  176. ALLSRCS        = @@(ALLSRCS)
  177. MAKEFILE    = @@(MAKEFILE)
  178.  
  179. CC        = gcc
  180. CFLAGS        = -g -O
  181. CTFLAGS        = -wt
  182. @
  183.